home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / Treiber / Misc / Mroocheck / Mroocheck-Install < prev    next >
Text File  |  2000-03-27  |  699b  |  26 lines

  1. ; Install script for Mroocheck PC Mouse Interface
  2. ; $VER: Mroocheck-Install 1.0 (08.03.00)
  3.  (copylib
  4.    (prompt "Mroocheck.driver will be copied to C: drawer.")
  5.    (help )
  6.    (source "Mroocheck.driver")
  7.    (confirm)
  8.    (dest "C:")
  9.  )
  10.  
  11.  (startup ("Mroocheck")
  12.   (command "C:Mroocheck.driver" )
  13.   (prompt "\n\n\nInserting\n\n C:Mroocheck.driver\n\n into the user-startup")
  14.   (help "\n\nInserting C:Mroocheck.driver into the user-startup")
  15.  )
  16.  (copyfiles
  17.    (prompt "FreeWheel will be copied to SYS:WBStartup drawer.")
  18.    (help )
  19.    (source "FreeWheel/FreeWheel")
  20.    (confirm)
  21.    (infos)
  22.    (dest "SYS:WBStartup/")
  23.  )
  24.  
  25. ( exit "Installation completed!" "\n\n\nPlease reboot your computer now!" (quiet))
  26.